home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / network / fpserv32.zip / QRIGHTS.DOC < prev    next >
Text File  |  1993-08-25  |  2KB  |  54 lines

  1.                    QRights: Print Queue Operator Utility
  2.                                 Version 1.2
  3.                      Documentation File (QRIGHTS.DOC)
  4.             ==================================================
  5.                          Richard L. Hartman (RLH)
  6.                  Novell Registered Professional Developer
  7.              5205 North Mulvaney Court, Spokane, WA 99212-1611
  8.      509-924-6576 (voice)   509-926-4626 (fax)   CompuServe 76350,2275
  9.  
  10.  
  11. ===========================================================================
  12. INTRODUCTION
  13. ===========================================================================
  14.  
  15. FPServer's delete and reprioritize features require it to have "Operator"
  16. rights to the print queues it services.  Strange as it may seem, NetWare
  17. does not automatically grant queue Operator rights to print server objects.
  18. Furthermore, you cannot use Novell's PCONSOLE to grant such rights - it
  19. simply does not present the option.
  20.  
  21. QRights (QRIGHTS.EXE), included with FPServer, grants print queue operator
  22. rights to print server objects.  It also performs two other functions: It
  23. confirms that the print server object has rights to service jobs in the
  24. specified queue (and grants them if they are missing), and confirms that
  25. the print server object does not require a password (and deletes it if
  26. present).
  27.  
  28. You need to run QRights only once for each print queue to be serviced by
  29. FPServer.  The rights thus granted are stored in the file server's bindery
  30. for future reference.
  31.  
  32.  
  33.  
  34. ===========================================================================
  35. USING QRIGHTS
  36. ===========================================================================
  37.  
  38. Running QRights is simple.  Log in as Supervisor to the file server on
  39. which the print server and print queue reside, then type:
  40.  
  41.     QRIGHTS  printserver  printqueue   <enter>
  42.  
  43. ...where:   printserver = the full name of the print server
  44.             printqueue = the full name of the print queue
  45.  
  46. Separate each parameter with a space.  The lines are insensitive to case,
  47. so you may freely mix upper and lower case characters.
  48.  
  49. You may run QRights on any print queue, including those which it has
  50. already processed.  QRights will display a confirmation message if the
  51. necessary rights already exist.
  52.  
  53. Be sure to run QRights for every print queue to be serviced by FPServer.
  54.